home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / DefineSprite_1231 / frame_47 / DoAction.as
Text File  |  2006-05-08  |  194b  |  17 lines

  1. rd = random(4);
  2. if(rd == 1)
  3. {
  4.    gotoAndStop("attack1.1");
  5.    play();
  6. }
  7. else if(rd == 2)
  8. {
  9.    gotoAndStop("attack1.2");
  10.    play();
  11. }
  12. else
  13. {
  14.    gotoAndStop("ready");
  15.    play();
  16. }
  17.